func crypto/ecdsa.pointFromAffine

3 uses

	crypto/ecdsa (current package)
		ecdsa.go#L565: 	Q, err := pointFromAffine(pub.Curve, pub.X, pub.Y)
		ecdsa.go#L575: 	Q, err := pointFromAffine(priv.Curve, priv.X, priv.Y)
		ecdsa.go#L604: func pointFromAffine(curve elliptic.Curve, x, y *big.Int) ([]byte, error) {